.pswp__bg {
	background-color: #fff;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: none;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	/* display: none; */
	/* opacity: 1 !important; */
	width: 0.4rem;
	height: 0.96rem;
	min-width: 30px;
	min-height: 72px;

	margin: 0;
	border-radius: 4px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: 20% auto;
}

.pswp__button--arrow--left {
	background-image: url(../images/icon-21.png);
}
.pswp__button--arrow--right {
	background-image: url(../images/icon-22.png);
}

.pswp__button {
	/* opacity: 0.8; */
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.2);
}

.pswp__button:hover{
	/* opacity: 1; */
	background-color: rgba(0, 0, 0, 0.4);
}

.pswp__button--arrow--left:before {
	display: none;
}
.pswp__button--arrow--right:before {
	display: none;
}


.pswp__icn {
	fill: #111;
}

.pswp__top-bar {
	opacity: 1 !important;
	background-color: transparent;
}

.pswp__button--close {
	background-image: url(../images/icon-c1.png);
	background-position: center;
	background-size: 50% auto;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 50;
}



.pswp__counter {
	color: #111 !important;
}
